home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 23 / CD Expert nº 23 Oddworld Abe's Oddysee.iso / DOS / MSSDRVR.LST < prev    next >
File List  |  1997-04-02  |  20KB  |  794 lines

  1. ;████████████████████████████████████████████████████████████████████████████
  2. ;██                                                                        ██
  3. ;██  Miles Sound System from RAD Software                                  ██
  4. ;██                                                                        ██
  5. ;██  Sound driver installation message file                                ██
  6. ;██                                                                        ██
  7. ;██  Default selection criteria/examples:                                  ██
  8. ;██                                                                        ██
  9. ;██    .E BLASTER ........ Environment var 'BLASTER' must be present       ██
  10. ;██    .C MVSOUND ........ CONFIG.SYS must contain 'MVSOUND' string        ██
  11. ;██    .A AWEUTIL ........ AUTOEXEC.BAT must contain 'AWEUTIL' string      ██
  12. ;██                                                                        ██
  13. ;██    .NE BLASTER ....... Environment var 'BLASTER' must NOT be present   ██
  14. ;██    .NC MVSOUND ....... CONFIG.SYS must NOT contain 'MVSOUND' string    ██
  15. ;██    .NA AWEUTIL ....... AUTOEXEC.BAT must NOT contain 'AWEUTIL' string  ██
  16. ;██    .ND  .............. Entry cannot be selected as default             ██
  17. ;██                                                                        ██
  18. ;██    .T1  .............. Optional BLASTER Tn, if present, must be 1|3    ██
  19. ;██    .T2  .............. Mandatory BLASTER Tn must be 2|4|5              ██
  20. ;██    .T3  .............. Mandatory BLASTER Tn must be >=6                ██
  21. ;██                                                                        ██
  22. ;██  I/O default derivation:                                               ██
  23. ;██                                                                        ██
  24. ;██    .IOB .............. Derive I/O defaults from BLASTER variable       ██
  25. ;██    .IOD .............. I/O defaults = first driver default entry       ██
  26. ;██    .ION .............. Do not allow manual I/O configuration at all    ██
  27. ;██                                                                        ██
  28. ;██    .IOA .............. Use I/O address only (must appear at end)       ██
  29. ;██    .IOL .............. Suppress high-DMA prompt (must appear at end)   ██
  30. ;██                                                                        ██
  31. ;████████████████████████████████████████████████████████████████████████████
  32.  
  33. [iwav.dig]
  34.  
  35. ;
  36. ;Selected by default if autoexec contains IWINIT
  37. ;
  38. ;Default I/O parms from driver
  39. ;
  40.  
  41. .E INTERWAVE
  42.  
  43. .IOD
  44.  
  45. .NAME
  46. InterWave (TM) Digital Audio 
  47.  
  48. .SPECIAL_TEXT
  49. Select this driver for use with any InterWave (TM) Audio Processor based
  50. sound card.  Examples of such cards are the Core Dynamic Dynasonix, the
  51. Reveal WaveExtreme 32, and the STB SoundRage 32 sound cards.  Some models
  52. of Compaq and Gateway 2000 personal computers also use the InterWave
  53. Audio Processor, check with your manufacturer for more information.
  54. .END_SPECIAL_TEXT
  55.  
  56. ;████████████████████████████████████████████████████████████████████████████
  57.  
  58. [nvdig.dig]
  59.  
  60. ;
  61. ;Selected by default if config.sys contains nvidia
  62. ;
  63. ;Default I/O parms from driver
  64. ;
  65.  
  66. .C NVINIT
  67. .ION
  68.  
  69. .SPECIAL_TEXT
  70. Select this driver if your system is equipped with an NVidia-compatible
  71. multimedia accelerator.  If the driver fails to detect your card
  72. correctly, contact your board or system vendor for updated drivers.
  73. .END_SPECIAL_TEXT
  74.  
  75. ;████████████████████████████████████████████████████████████████████████████
  76.  
  77. [rap10.dig]
  78.  
  79. ;
  80. ;Never selected by default
  81. ;
  82. ;Default I/O parms from driver
  83. ;
  84.  
  85. .ND
  86. .IOD
  87.  
  88. .HIGH_DMA_PAIRS
  89.  
  90. .SPECIAL_TEXT
  91. WARNING: During auto-detection of the Roland RAP-10 card, the driver
  92. verifies that the RAP-10 is present at an I/O address of 320H or 330H.  
  93. It will NOT verify the card's DMA channel or IRQ settings.  If your 
  94. RAP-10 card is not configured for IRQ 9, or if DMA channels 5 and 6 
  95. are already in use by another card on your system, you MUST select 
  96. the "Skip auto-detection and configure driver manually" option at 
  97. the next menu, and enter the correct I/O settings for your card.  
  98. Otherwise, your system may lock up, or you may experience a rapid 
  99. 'chatter' effect during sound playback.
  100. .END_SPECIAL_TEXT
  101.  
  102. ;████████████████████████████████████████████████████████████████████████████
  103.  
  104. [proaudio.dig]
  105.  
  106. ;
  107. ;Selected by default if CONFIG.SYS contains MVSOUND string
  108. ;
  109. ;No configuration allowed
  110. ;
  111.  
  112. .C MVSOUND.SYS
  113. .ION
  114.  
  115. .SPECIAL_TEXT
  116. Stereo digital audio with all versions of the Media Vision Pro Audio 
  117. Spectrum is available through the use of this driver.  If you experience
  118. problems, you should select the Sound Blaster-compatible driver instead.
  119. The Media Vision utility MVSOUND.SYS must be loaded into memory, or 
  120. your card will not be detected.
  121. .END_SPECIAL_TEXT
  122.  
  123. ;████████████████████████████████████████████████████████████████████████████
  124.  
  125. [ultra.dig]
  126.  
  127. ;
  128. ;Selected by default if environment contains ULTRASND variable
  129. ;
  130. ;Default I/O parms from driver
  131. ;
  132.  
  133. .E ULTRASND
  134. .IOD
  135.  
  136. .SPECIAL_TEXT
  137. When using this driver, ensure that no Gravis utilities such as SBOS, 
  138. UltraMID, or Mega-Em are active.  Your UltraSound system software 
  139. should be version 2.0 or later.
  140. .END_SPECIAL_TEXT
  141.  
  142. ;████████████████████████████████████████████████████████████████████████████
  143.  
  144. [jammer.dig]
  145.  
  146. ;
  147. ;Never selected by default
  148. ;
  149. ;Default I/O parms from driver
  150. ;
  151.  
  152. .ND
  153. .IOD
  154.  
  155. .NAME
  156. New Media Corporation WaveJammer(TM) Digital Audio
  157.  
  158. .SPECIAL_TEXT
  159. The WaveJammer card from New Media Corporation provides high-quality   
  160. portable audio for PCMCIA-based computers.  Select the Ad Lib(R) Music
  161. Synthesizer Card driver for FM music performance with the WaveJammer.
  162. .END_SPECIAL_TEXT
  163.  
  164. ;████████████████████████████████████████████████████████████████████████████
  165.  
  166. [sndscape.dig]
  167.  
  168. ;
  169. ;Selected by default if environment contains SNDSCAPE variable
  170. ;
  171. ;Default I/O parms from driver
  172. ;
  173.  
  174. .E SNDSCAPE
  175. .IOD
  176.  
  177. .NAME
  178. Ensoniq SoundScape(TM) Digital Audio
  179.  
  180. .SPECIAL_TEXT
  181. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  182. audio card.
  183. .END_SPECIAL_TEXT
  184.  
  185. ;████████████████████████████████████████████████████████████████████████████
  186.  
  187. [sndsys.dig]
  188.  
  189. ;
  190. ;Never selected by default
  191. ;
  192. ;Default I/O parms from driver
  193. ;
  194.  
  195. .ND
  196. .IOD
  197.  
  198. .NAME
  199. Microsoft(R) Windows(TM) Sound System or 100% compatible
  200.  
  201. .SPECIAL_TEXT
  202. Select this driver if your card is compatible with the Microsoft Windows
  203. Sound System.
  204.  
  205. If DMA channel 1 is not available for use by the Windows Sound System 
  206. board, you will need to use the "Skip auto-detection and configure driver 
  207. manually" option to select another DMA channel.  If you are running 
  208. Windows 95, you may need to use the "View Windows 95 Configuration"
  209. option on the main menu to see what I/O address your Windows Sound System
  210. card is using.
  211. .END_SPECIAL_TEXT
  212.  
  213. ;████████████████████████████████████████████████████████████████████████████
  214.  
  215. [audiodrv.dig]
  216.  
  217. ;
  218. ;Never selected by default
  219. ;
  220. ;Default I/O parms from driver
  221. ;
  222.  
  223. .ND
  224. .IOD
  225.  
  226. .NAME
  227. ESS AudioDrive
  228.  
  229. .SPECIAL_TEXT
  230. This driver supports systems equipped with an ESS AudioDrive chipset.
  231. .END_SPECIAL_TEXT
  232.  
  233. ;████████████████████████████████████████████████████████████████████████████
  234.  
  235. [sblaster.dig]
  236.  
  237. ;
  238. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T 
  239. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  240. ;
  241. ;Default I/O parms from BLASTER
  242. ;
  243.  
  244. .E BLASTER
  245. .T1
  246. .NE INTERWAVE
  247. .NE ULTRASND
  248. .NE SNDSCAPE
  249. .NC MVSOUND.SYS
  250. .NC NVINIT
  251. .IOB
  252. .IOL
  253.  
  254. .SPECIAL_TEXT
  255. Select this driver for use with your Sound Blaster, Sound Galaxy,
  256. Thunderboard, or Pro Audio Spectrum adapter.  Other sound cards which
  257. are not supported directly may also work with this driver, as long as 
  258. they provide hardware-based Sound Blaster compatibility without emulation
  259. drivers or TSRs.
  260. .END_SPECIAL_TEXT
  261.  
  262. ;████████████████████████████████████████████████████████████████████████████
  263.  
  264. [sbpro.dig]
  265.  
  266. ;
  267. ;Selected by default if BLASTER variable is of type T2, T4, or T5
  268. ;and no other "clone" variable exists
  269. ;
  270. ;Default I/O parms from BLASTER
  271. ;
  272.  
  273. .E BLASTER
  274. .T2
  275. .NE INTERWAVE
  276. .NE ULTRASND
  277. .NE SNDSCAPE
  278. .NC MVSOUND.SYS
  279. .NC NVINIT
  280. .IOB
  281. .IOL
  282.  
  283. .SPECIAL_TEXT
  284. This driver supports all versions of the Sound Blaster Pro and
  285. 100%%-compatible adapters.  Not recommended for use with the Sound 
  286. Blaster 16, AWE32, or AWE64.
  287. .END_SPECIAL_TEXT
  288.  
  289. ;████████████████████████████████████████████████████████████████████████████
  290.  
  291. [sb16.dig]
  292.  
  293. ;
  294. ;Selected by default if BLASTER variable is of type T6
  295. ;
  296. ;Default I/O parms from BLASTER (I/O address only)
  297. ;
  298.  
  299. .E BLASTER
  300. .T3
  301. .NE INTERWAVE
  302. .NE ULTRASND
  303. .NE SNDSCAPE
  304. .NC MVSOUND.SYS
  305. .NC NVINIT
  306. .IOB
  307. .IOA
  308.  
  309. .SPECIAL_TEXT
  310. For high-quality digital audio with your Sound Blaster 16, AWE32 
  311. or AWE64 adapter, select this driver.
  312. .END_SPECIAL_TEXT
  313.  
  314. ;████████████████████████████████████████████████████████████████████████████
  315.  
  316. [mpu401.mdi]
  317.  
  318. ;
  319. ;Never selected by default
  320. ;
  321. ;Default I/O parms from driver
  322. ;
  323.  
  324. .ND
  325. .IOD
  326.  
  327. .SPECIAL_TEXT
  328. Most General MIDI synthesizers support the Roland MPU-401 MIDI hardware
  329. interface standard.  These include the Roland Sound Canvas, RAP-10, 
  330. and compatibles, as well as add-on daughterboards for the Sound Blaster
  331. 16 family.  MPU-401 devices generally offer the highest level of     
  332. performance and sound quality available, but users of Adaptec SCSI  
  333. controllers may wish to select the "Skip auto-detection and configure 
  334. driver manually" option at the next menu to reduce the likelihood of 
  335. MPU-401 detection problems.  If you have a Creative Labs AWE-32, you 
  336. should select "Creative Labs AWE-32(TM) General MIDI" instead.
  337. .END_SPECIAL_TEXT
  338.  
  339. ;████████████████████████████████████████████████████████████████████████████
  340.  
  341. [iwav.mdi]
  342.  
  343. ;
  344. ;Selected by default if autoexec contains IWINIT
  345. ;
  346. ;Default I/O parms from driver
  347. ;
  348.  
  349. .E INTERWAVE
  350.  
  351. .IOD
  352.  
  353. .NAME
  354. InterWave (TM) General MIDI
  355.  
  356. .SPECIAL_TEXT
  357. Select this driver for use with any InterWave (TM) Audio Processor based
  358. sound card.  Examples of such cards are the Core Dynamic Dynasonix, the
  359. Reveal WaveExtreme 32, and the STB SoundRage 32 sound cards.  Some models
  360. of Compaq and Gateway 2000 personal computers also use the InterWave
  361. Audio Processor, check with your manufacturer for more information.
  362.  
  363. If you have configuration difficulties, select the Roland MPU-401 driver.
  364. .END_SPECIAL_TEXT
  365.  
  366. ;████████████████████████████████████████████████████████████████████████████
  367.  
  368. [nvmpu.mdi]
  369.  
  370. ;
  371. ;Selected by default if config.sys contains nvidia
  372. ;
  373. ;Default I/O parms from driver
  374. ;
  375.  
  376. .C NVINIT
  377. .ION
  378.  
  379. .SPECIAL_TEXT
  380. Select this driver if your system is equipped with an NVidia-compatible
  381. multimedia accelerator.  If the driver fails to detect your card
  382. correctly, contact your board or system vendor for updated drivers.
  383. .END_SPECIAL_TEXT
  384.  
  385. ;████████████████████████████████████████████████████████████████████████████
  386.  
  387. [mpu401.mdi]
  388.  
  389. ;
  390. ;Never selected by default
  391. ;
  392. ;Default I/O parms from driver
  393. ;
  394.  
  395. .NAME
  396. Yamaha WaveForce(TM) DB50-XG General MIDI
  397.  
  398. .ND
  399. .IOD
  400.  
  401. .SPECIAL_TEXT
  402. Select this driver if your Creative Labs Sound Blaster(TM) series card is 
  403. equipped with Yamaha's General MIDI/XG daughterboard upgrade.
  404.  
  405. Users of Adaptec SCSI controllers may wish to select the "Skip 
  406. auto-detection and configure driver manually" option at the next menu 
  407. to reduce the likelihood of MPU-401 detection problems.  
  408. .END_SPECIAL_TEXT
  409.  
  410.  
  411. ;████████████████████████████████████████████████████████████████████████████
  412.  
  413. [sndscape.mdi]
  414.  
  415. ;
  416. ;Selected by default if environment contains SNDSCAPE variable
  417. ;
  418. ;Default I/O parms from driver
  419. ;
  420.  
  421. .E SNDSCAPE
  422. .IOD
  423.  
  424. .NAME
  425. Ensoniq SoundScape(TM) General MIDI
  426.  
  427. .SPECIAL_TEXT
  428. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  429. audio card.
  430. .END_SPECIAL_TEXT
  431.  
  432. ;████████████████████████████████████████████████████████████████████████████
  433.  
  434. [ultra.mdi]
  435.  
  436. ;
  437. ;Selected by default if environment contains ULTRASND variable
  438. ;
  439. ;Default I/O parms from driver
  440. ;
  441.  
  442. .E ULTRASND
  443. .IOD
  444.  
  445. .SPECIAL_TEXT
  446. When using this driver, ensure that no Gravis utilities such as SBOS, 
  447. UltraMID, or Mega-Em are active.  Your UltraSound system software 
  448. should be version 2.0 or later.
  449. .END_SPECIAL_TEXT
  450.  
  451. ;████████████████████████████████████████████████████████████████████████████
  452.  
  453. [sbawe32.mdi]
  454.  
  455. ;
  456. ;Selected by default if AUTOEXEC contains AWEUTIL string
  457. ;
  458. ;Default I/O parms from driver
  459. ;
  460.  
  461. .A AWEUTIL
  462. .IOD
  463.  
  464. .NAME
  465. Creative Labs AWE-32 and AWE-64 (TM) General MIDI
  466.  
  467. .SPECIAL_TEXT
  468. This driver offers wavetable-quality General MIDI music synthesis with the
  469. Creative Labs AWE-32 or AWE-64 cards.  The "Creative Labs Sound Blaster 16
  470. or AWE32" driver should be selected for digital audio.
  471. .END_SPECIAL_TEXT
  472.  
  473. ;████████████████████████████████████████████████████████████████████████████
  474.  
  475. [pas.mdi]
  476.  
  477. ;
  478. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x06
  479. ;
  480. ;No configuration allowed
  481. ;
  482.  
  483. .C MVSOUND.SYS
  484. .ION
  485.  
  486. .SPECIAL_TEXT
  487. Only users of the earliest Pro Audio Spectrum cards from Media Vision
  488. should select this driver.  The Media Vision utility MVSOUND.SYS 
  489. must be loaded into memory, or your card will not be detected.
  490. .END_SPECIAL_TEXT
  491.  
  492. ;████████████████████████████████████████████████████████████████████████████
  493.  
  494. [pasplus.mdi]
  495.  
  496. ;
  497. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x00
  498. ;
  499. ;No configuration allowed
  500. ;
  501.  
  502. .C MVSOUND.SYS
  503. .ION
  504.  
  505. .SPECIAL_TEXT
  506. Users of the Media Vision Pro Audio Spectrum Plus and Pro Audio Spectrum
  507. 16 cards should select this driver.  The Media Vision utility MVSOUND.SYS 
  508. must be loaded into memory, or your card will not be detected.
  509. .END_SPECIAL_TEXT
  510.  
  511. ;████████████████████████████████████████████████████████████████████████████
  512.  
  513. [adlibg.mdi]
  514.  
  515. ;
  516. ;Selected by default if GOLD variable exists in AUTOEXEC.BAT
  517. ;
  518. ;Default I/O parms from driver  
  519. ;
  520.  
  521. .E GOLD
  522. .IOD
  523.  
  524. .SPECIAL_TEXT
  525. This driver supports the Ad Lib Gold Music Synthesizer card in 4-operator
  526. FM mode.
  527. .END_SPECIAL_TEXT
  528.  
  529. ;████████████████████████████████████████████████████████████████████████████
  530.  
  531. [adlib.mdi]
  532.  
  533. ;
  534. ;Never selected by default
  535. ;
  536. ;No configuration -- always at $388
  537. ;
  538.  
  539. .ND
  540. .ION
  541.  
  542. .SPECIAL_TEXT
  543. This driver can be used with any Ad Lib-compatible FM music 
  544. synthesizer card that does not rely on software TSRs for Ad Lib 
  545. FM compatibility.  Users of more sophisticated General MIDI-based
  546. cards should select the Ad Lib driver only if problems occur with
  547. the card's General MIDI driver, as the older Ad Lib OPL-2 chipset
  548. does not offer the superior sound quality available with more modern 
  549. devices.
  550. .END_SPECIAL_TEXT
  551.  
  552. ;████████████████████████████████████████████████████████████████████████████
  553.  
  554. [opl3.mdi]
  555.  
  556. ;
  557. ;Never selected by default
  558. ;
  559. ;No configuration -- always at $388
  560. ;
  561.  
  562. .ND
  563. .ION
  564.  
  565. .NAME
  566. ESS Technology ES688 FM Audio
  567.  
  568. .SPECIAL_TEXT
  569. This driver supports systems equipped with ESS Technology's ES688 
  570. chipset.
  571. .END_SPECIAL_TEXT
  572.  
  573. ;████████████████████████████████████████████████████████████████████████████
  574.  
  575. [esfm.mdi]
  576.  
  577. ;
  578. ;Never selected by default
  579. ;
  580. ;Configuration from driver
  581. ;
  582.  
  583. .ND
  584. .IOD
  585.  
  586. .NAME
  587. ESS Technology ES1688, ES1788, ES1888 Enhanced FM Audio
  588.  
  589. .SPECIAL_TEXT
  590. This driver supports systems equipped with ESS Technology's ES1688, 
  591. ES1788, or ES1888 chips.  Enhanced FM music performance is available with
  592. this driver.  If problems occur, select the 'ESS Technology ES688 FM
  593. Audio' driver instead.
  594. .END_SPECIAL_TEXT
  595.  
  596. ;████████████████████████████████████████████████████████████████████████████
  597.  
  598. [opl3.mdi]
  599.  
  600. ;
  601. ;Never selected by default
  602. ;
  603. ;No configuration -- always at $388
  604. ;
  605.  
  606. .ND
  607. .ION
  608.  
  609. .SPECIAL_TEXT
  610. This driver is for use with all Yamaha OPL-3 based FM music synthesizers,
  611. including those not supported by any other driver in the list.
  612. .END_SPECIAL_TEXT
  613.  
  614. ;████████████████████████████████████████████████████████████████████████████
  615.  
  616. [mt32mpu.mdi]
  617.  
  618. ;
  619. ;Never selected by default
  620. ;
  621. ;Default I/O parms from driver
  622. ;
  623.  
  624. .ND
  625. .IOD
  626.  
  627. .SPECIAL_TEXT
  628. Although the Roland MT-32 is not General MIDI-compatible, it uses the
  629. MPU-401 hardware interface standard to communicate with applications. 
  630. MT-32 owners who use Adaptec SCSI controllers may wish to select 
  631. the "Skip auto-detection and configure driver manually" option at the
  632. next menu to reduce the likelihood of MPU-401 detection problems.
  633. .END_SPECIAL_TEXT
  634.  
  635. ;████████████████████████████████████████████████████████████████████████████
  636.  
  637. [sblaster.mdi]
  638.  
  639. ;
  640. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T 
  641. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  642. ;
  643. ;Default I/O parms from BLASTER (A only)
  644. ;
  645.  
  646. .E BLASTER
  647. .T1
  648. .NE INTERWAVE
  649. .NE ULTRASND
  650. .NE INTERWAVE
  651. .NE SNDSCAPE
  652. .NC MVSOUND.SYS
  653. .NC NVINIT
  654. .IOB
  655. .IOA
  656.  
  657. .SPECIAL_TEXT
  658. This driver can be used with any Sound Blaster-compatible FM music 
  659. synthesizer card that does not rely on software TSRs for Sound
  660. Blaster FM compatibility.  Users of more sophisticated General 
  661. MIDI-based cards should select the Sound Blaster driver only if 
  662. problems occur with the card's General MIDI driver, as the older 
  663. Sound Blaster OPL-2 chipset does not offer the superior sound 
  664. quality available with more modern devices.
  665. .END_SPECIAL_TEXT
  666.  
  667. ;████████████████████████████████████████████████████████████████████████████
  668.  
  669. [sbpro2.mdi]
  670.  
  671. ;
  672. ;Selected by default if BLASTER variable is of type T6 or >, and AUTOEXEC does
  673. ;not contain AWEUTIL string
  674. ;
  675. ;Default I/O parms from BLASTER (A only)
  676. ;
  677.  
  678. .E BLASTER
  679. .T3
  680. .NE INTERWAVE
  681. .NE ULTRASND
  682. .NE SNDSCAPE
  683. .NC MVSOUND.SYS
  684. .NA AWEUTIL
  685. .NC NVINIT
  686. .IOB
  687. .IOA
  688.  
  689. .NAME
  690. Creative Labs Sound Blaster(TM) 16
  691.  
  692. .SPECIAL_TEXT
  693. This driver is designed for use with Sound Blaster 16 adapters which
  694. are not equipped with General MIDI daughterboards such as the Wave
  695. Blaster.
  696.  
  697. Although the AWE-32 can also be supported with the Sound Blaster 16 
  698. driver, AWE-32 users should select the "Creative Labs AWE-32(TM) 
  699. General MIDI" driver for optimum sound quality.  
  700. .END_SPECIAL_TEXT
  701.  
  702. ;████████████████████████████████████████████████████████████████████████████
  703.  
  704. [sbpro2.mdi]
  705.  
  706. ;
  707. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  708. ;no other "clone" variable exists, and inp(388) == 0x00
  709. ;
  710. ;Default I/O parms from BLASTER (A only)
  711. ;
  712.  
  713. .E BLASTER
  714. .T2
  715. .NE INTERWAVE
  716. .NE ULTRASND
  717. .NE SNDSCAPE
  718. .NC MVSOUND.SYS
  719. .NC NVINIT
  720. .IOB
  721. .IOA
  722.  
  723. .SPECIAL_TEXT
  724. If your Sound Blaster Pro is a "current" model equipped with the Yamaha
  725. OPL-3 synthesizer, or if your music doesn't sound right with the other
  726. Sound Blaster Pro driver, you should select this option.
  727. .END_SPECIAL_TEXT
  728.  
  729. ;████████████████████████████████████████████████████████████████████████████
  730.  
  731. [sbpro1.mdi]
  732.  
  733. ;
  734. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  735. ;no other "clone" variable exists, and inp(388) == 0x06
  736. ;
  737. ;Default I/O parms from BLASTER (A only)
  738. ;
  739.  
  740. .E BLASTER
  741. .T2
  742. .NE INTERWAVE
  743. .NE ULTRASND
  744. .NE SNDSCAPE
  745. .NC MVSOUND.SYS
  746. .NC NVINIT
  747. .IOB
  748. .IOA
  749.  
  750. .SPECIAL_TEXT
  751. Users of early versions of the Sound Blaster Pro card can enjoy 
  752. 18-voice, 2-operator FM stereo music by selecting this driver.
  753. However, most Sound Blaster Pro cards and their compatibles, including 
  754. the Sound Blaster 16, use the more powerful OPL-3 chipset.  With these
  755. later cards, you should select the "Creative Labs Sound Blaster 
  756. Pro(TM) (new version)" driver instead.
  757. .END_SPECIAL_TEXT
  758.  
  759. ;████████████████████████████████████████████████████████████████████████████
  760.  
  761. [tandy.mdi]
  762.  
  763. ;
  764. ;Never selected by default
  765. ;
  766. ;No configuration allowed
  767. ;
  768.  
  769. .ND
  770. .ION
  771.  
  772. .SPECIAL_TEXT
  773. Tandy 1000-compatible 3-voice music support is available with this driver.
  774. .END_SPECIAL_TEXT
  775.  
  776. ;████████████████████████████████████████████████████████████████████████████
  777.  
  778. [pcspkr.mdi]
  779.  
  780. ;
  781. ;Never selected by default
  782. ;
  783. ;No configuration allowed
  784. ;
  785.  
  786. .ND
  787. .ION
  788.  
  789. .SPECIAL_TEXT
  790. IBM PC internal speaker (1-voice) music support is available with this 
  791. driver, which offers extremely low-quality music synthesis.
  792. .END_SPECIAL_TEXT
  793.  
  794.